Operation GetLiveDocument (Get Live Document)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Get the live document even if this is a Proxy or Version Document.
| Operation id | GetLiveDocument |
|---|---|
| Category | Document |
| Label | Get Live Document |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | document, documents |
|---|---|
| Outputs | document, documents |
Implementation Information
| Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.document.GetLiveDocument |
|---|---|
| Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{
"id" : "GetLiveDocument",
"label" : "Get Live Document",
"category" : "Document",
"requires" : null,
"description" : "Get the live document even if this is a Proxy or Version Document.",
"url" : "GetLiveDocument",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ ]
}